home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Utilities / Partition Logic 0.68 / partlogic-0.68.iso / programs / helpfiles / nm.txt < prev    next >
Encoding:
Text File  |  2007-05-10  |  480 b   |  16 lines

  1.  
  2.  -- nm --
  3.  
  4. Show information about a dynamic library file.
  5.  
  6. Usage:
  7.   nm <file1> [file2] [...]
  8.  
  9. This command is useful to software developers.  For each name listed after
  10. the command, representing a shared library file (usually ending with a .so
  11. extension) or dynamically-linked executable, nm will print a catalogue of
  12. information about its symbols.  Data symbols, functions, sections, and other
  13. items are shown, along with their bindings (such as 'local', 'global', or
  14. 'weak').
  15.  
  16.